Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/gmake/dist/
H A Dvmsjobs.c219 static int ctrlMask= LIB$M_CLI_CTRLY; variable
285 status= lib$disable_ctrl (&ctrlMask, &oldCtrlMask); in tryToSetupYAst()
/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c18731 static long ctrlMask = ~0L; in output_c_string() local
18738 const char *pcPast = zSkipValidUtf8(z, INT_MAX, ctrlMask); in output_c_string()
18773 static long ctrlMask = ~0L; in output_json_string() local
18784 const char *pcPast = zSkipValidUtf8(z, (int)(pcLimit-z), ctrlMask); in output_json_string()