Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libgen/common/
H A Dreg_compile.c220 goto defchar; in _compile()
228 goto defchar; in _compile()
352 goto defchar; in _compile()
388 goto defchar; in _compile()
410 defchar: in _compile()
/titanic_50/usr/src/head/
H A Dregexp.h141 goto defchar; in compile()
147 goto defchar; in compile()
243 goto defchar; in compile()
282 goto defchar; in compile()
295 defchar: in compile()
/titanic_50/usr/src/lib/libbc/libc/gen/common/
H A Dregex.c182 goto defchar; in re_comp()
188 goto defchar; in re_comp()
250 defchar: in re_comp()
/titanic_50/usr/src/ucblib/libucb/port/gen/
H A Dregex.c198 goto defchar; in re_comp()
204 goto defchar; in re_comp()
266 defchar: in re_comp()
/titanic_50/usr/src/lib/libc/port/gen/
H A Dregexpr.c193 goto defchar; in re_comp()
199 goto defchar; in re_comp()
261 defchar: in re_comp()
/titanic_50/usr/src/lib/libeti/form/common/
H A Dregcmp.c218 goto defchar; in libform_regcmp()
247 defchar: in libform_regcmp()
/titanic_50/usr/src/uts/common/sys/
H A Dfdmedia.h212 static struct fd_char *defchar[] = { variable
/titanic_50/usr/src/cmd/sh/
H A Dctype.h111 #define defchar(c) ((c<QUOTE) && _ctype2[c]&(T_DEF)) macro
H A Dmacro.c261 if (!defchar(c) && bra)
/titanic_50/usr/src/lib/libtecla/
H A Dlibtecla.h119 int gl_query_char(GetLine *gl, const char *prompt, char defchar);
/titanic_50/usr/src/uts/common/io/
H A Dfd.c482 *fjp->fj_chars = *defchar[fdp->d_deffdtype]; in fd_attach()
836 *fjp->fj_chars = *defchar[fdp->d_curfdtype]; in fdgetlabel()
855 defchar[fdp->d_deffdtype]->fdc_ncyl) { in fdgetlabel()
904 if (defchar[fdp->d_deffdtype]->fdc_ncyl == 2 * fjp->fj_chars->fdc_ncyl) in fdgetlabel()
1623 *fjp->fj_chars = *defchar[fdp->d_curfdtype]; in fd_ioctl()
/titanic_50/usr/src/cmd/egrep/
H A Degrep.y226 goto defchar; in yylex()
284 defchar: in yylex()
/titanic_50/usr/src/lib/libtecla/common/
H A Dgetline.c744 static int gl_get_query_char(GetLine *gl, const char *prompt, int defchar);
1161 static int _gl_query_char(GetLine *gl, const char *prompt, char defchar);
2327 int gl_query_char(GetLine *gl, const char *prompt, char defchar) in gl_query_char() argument
2345 retval = _gl_query_char(gl, prompt, defchar); in gl_query_char()
2357 static int _gl_query_char(GetLine *gl, const char *prompt, char defchar) in _gl_query_char() argument
2403 if(c=='\n') c = defchar; in _gl_query_char()
2419 c = gl_get_query_char(gl, prompt, defchar); in _gl_query_char()
2863 static int gl_get_query_char(GetLine *gl, const char *prompt, int defchar) in gl_get_query_char() argument
2903 c = defchar; in gl_get_query_char()
/titanic_50/usr/src/cmd/vi/port/
H A Dex_re.c998 defchar: in vi_compile()