Searched defs:endchar (Results 1 – 8 of 8) sorted by relevance
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | deparse.c | 378 static void p_arg(register const struct argnod *arg,register int endchar,int opts) in p_arg() 519 static void p_comlist(const struct dolnod *dol,int endchar) in p_comlist()
|
H A D | lex.c | 120 #define endchar(lp) (lp->lexd.lastc&0xff) macro
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | deparse.c | 387 static void p_arg(register const struct argnod *arg,register int endchar,int opts) in p_arg() argument 538 static void p_comlist(const struct dolnod *dol,int endchar) in p_comlist() argument
|
H A D | lex.c | 125 #define endchar(lp) (lp->lexd.lastc&0xff) macro [all...] |
/titanic_51/usr/src/cmd/hal/hald/ |
H A D | property.c | 77 char *endchar; in hal_property_new_string() local 269 char *endchar; in hal_property_set_string() local
|
H A D | util.c | 934 char *endchar; in hal_util_strdup_valid_utf8() local
|
/titanic_51/usr/src/lib/libshell/common/edit/ |
H A D | completion.c | 92 static char *find_begin(char outbuff[], char *last, int endchar, int *type) in find_begin()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/edit/ |
H A D | completion.c | 98 static char *find_begin(char outbuff[], char *last, int endchar, int *type) in find_begin() argument
|