Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

mbk_separ(1) [x11r4 man page]

MBK_SEPAR(1)						     MBK ENVIRONMENT VARIABLES						      MBK_SEPAR(1)

NAME
MBK_SEPAR - define the separator character for hierarchy SYNOPSYS
c-shell running setenv MBK_SEPAR character ORIGIN
This software belongs to the ALLIANCE CAD SYSTEM developed by the ASIM team at LIP6 laboratory of Universite Pierre et Marie CURIE, in Paris, France. Web : http://asim.lip6.fr/recherche/alliance/ E-mail : alliance-users@asim.lip6.fr DESCRIPTION
MBK_SEPAR sets the character that is to be used while concatening names, during a flatten, for example. EXAMPLE
setenv MBK_SEPAR / SEE ALSO
mbk(3), genlib(1), concatname(3), nameindex(3). BUG REPORT
This tool is under development at the ASIM department of the LIP6 laboratory. We need your feedback to improve documentation and tools. ASIM
/LIP6 October 1, 1997 MBK_SEPAR(1)

Check Out this Related Man Page

NAMEINDEX(3)						       MBK UTILITY FUNCTIONS						      NAMEINDEX(3)

NAME
nameindex - concatenate a name and index with user separator ORIGIN
This software belongs to the ALLIANCE CAD SYSTEM developed by the ASIM team at LIP6 laboratory of Universite Pierre et Marie CURIE, in Paris, France. Web : http://asim.lip6.fr/recherche/alliance/ E-mail : alliance-users@asim.lip6.fr SYNOPSYS
#include "mut.h" char *nameindex(s, i) char *s; long i; PARAMETERS
s Pointer to a string t Long integer DESCRIPTION
The nameindex function adds the separator defined by MBK_SEPAR(1), and then the string version of i at the end of string s. This is not like a strcat(3) of the standard library, because s is not beeing modified. The string returned has already been put in the names dictionary by a call to namealloc(3). RETURN VALUE
nameindex returns a pointer to a string in the name hash table. EXAMPLE
#include "mut.h" #include "mlo.h" void a_sig_name(ptsig) losig_list *ptsig; { return pt->NAMECHAIN ? (char *)(pt->NAMECHAIN->DATA) : nameindex("mbk_sig", pt->INDEX); } SEE ALSO
mbk(1), namealloc(3), MBK_SEPAR(1). BUG REPORT
This tool is under development at the ASIM department of the LIP6 laboratory. We need your feedback to improve documentation and tools. ASIM
/LIP6 October 1, 1997 NAMEINDEX(3)
Man Page

We Also Found This Discussion For You

1. UNIX for Advanced & Expert Users

Shopt -s histappend

What is the point of this? Whenever I close my shell it appends to the history file without adding this. I have never seen it overwrite my history file. # When the shell exits, append to the history file instead of overwriting it shopt -s histappend (3 Replies)
Discussion started by: cokedude
3 Replies