Searched refs:cont (Results 1 - 6 of 6) sorted by relevance

/ast/src/lib/libcmd/
H A Dfold.c89 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/cmd/ksh93/bltins/
H A Dcflow.c88 register int cont= **argv=='c'; local
90 while((n = optget(argv,cont?sh_optcont:sh_optbreak))) switch(n)
114 if(cont)
/ast/src/lib/libast/regex/
H A Dregnexec.c402 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 Dreglib.h320 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
/ast/src/cmd/mailx/
H A Dcollect.c429 cont:
485 goto cont;
504 goto cont;
615 goto cont;
628 goto cont;
634 goto cont;
647 goto cont;
673 goto cont;
724 goto cont;
/ast/src/lib/libast/misc/
H A Dmagic.c92 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...]

Completed in 24 milliseconds