Searched defs:cont (Results 1 - 5 of 5) sorted by relevance
/ast/src/cmd/ksh93/bltins/ |
H A D | cflow.c | 88 register int cont= **argv=='c'; local 90 while((n = optget(argv,cont?sh_optcont:sh_optbreak))) switch(n) 114 if(cont)
|
/ast/src/lib/libcmd/ |
H A D | fold.c | 89 static void fold(Sfio_t *in, Sfio_t *out, register int width, const char *cont, size_t contsize, char *cols) argument 127 sfwrite(out, cont, contsize); 148 sfwrite(out, cont, contsize); 175 char *cont="\n"; local 194 contsize = stresc(cont = strdup(opt_info.arg)); 234 fold(fp,sfstdout,width,cont,contsize,cols);
|
/ast/src/lib/libast/misc/ |
H A D | magic.c | 92 char cont; /* continuation operation */ member in struct:Entry 516 switch (ep->cont) 754 if (ep->cont != '#') 837 else if (ep->cont == '&') 914 if (ep->cont == '#' && !mp->keep[level]) 994 if (ep->cont == '&') 1677 int cont; local 1685 cont = '$'; 1706 cont = '#'; 1723 ep->cont [all...] |
/ast/src/lib/libast/regex/ |
H A D | regnexec.c | 402 parserep(Env_t* env, Rex_t* rex, Rex_t* cont, unsigned char* s, int n) argument 413 i = follow(env, rex, cont, s); 432 catcher.re.rep_catch.cont = cont; 476 i = follow(env, rex, cont, s); 499 parsetrie(Env_t* env, Trie_node_t* x, Rex_t* rex, Rex_t* cont, unsigned char* s) argument 536 switch (follow(env, rex, cont, s)) 547 switch (parsetrie(env, x->son, rex, cont, s)) 567 switch (follow(env, rex, cont, s)) 797 parse(Env_t* env, Rex_t* rex, Rex_t* cont, unsigne argument [all...] |
H A D | reglib.h | 320 struct Rex_s* cont; /* right catcher */ member in struct:Cond_s 328 struct Rex_s* cont; /* right catcher */ member in struct:Conj_left_s 334 struct Rex_s* cont; /* ambient continuation */ member in struct:Conj_right_s 422 struct Rex_s* cont; member in struct:Alt_catch_s 427 struct Rex_s* cont; member in struct:Group_catch_s 433 struct Rex_s* cont; member in struct:Behind_catch_s 459 struct Rex_s* cont; member in struct:Rep_catch_s
|
Completed in 20 milliseconds