Home
last modified time | relevance | path

Searched refs:find_begin (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dcompletion.c98 static char *find_begin(char outbuff[], char *last, int endchar, int *type) in find_begin() function
160 xp = find_begin(cp,last,')',type); in find_begin()
263 begin = out = find_begin(outbuff,last,0,&var); in ed_expand()