Searched refs:XK_STR (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dkey.h57 #define XK_STR 1 macro
H A Dkey.c52 * (XK_STR), editor functions (XK_CMD), or unix commands (XK_EXE).
169 * type of the match found (XK_STR, XK_CMD, or XK_EXE).
170 * Returns NULL in val.str and XK_STR for no match.
305 return (XK_STR);
339 case XK_STR:
354 case XK_STR:
441 case XK_STR:
587 case XK_STR:
591 ntype == XK_STR ? "\"\"" : "[]");
H A Dmap.c1272 ntype = XK_STR;
1350 case XK_STR:
H A Dread.c276 case XK_STR:
/macosx-10.10/libedit-40/src/
H A Dkeymacro.h57 #define XK_STR 1 macro
H A Dkeymacro.c53 * (XK_STR), editor functions (XK_CMD), or unix commands (XK_EXE).
172 * type of the match found (XK_STR, XK_CMD, or XK_EXE).
173 * Returns NULL in val.str and XK_STR for no match.
308 return XK_STR;
343 case XK_STR:
358 case XK_STR:
445 case XK_STR:
594 case XK_STR:
598 ntype == XK_STR ? "\"\"" : "[]");
H A Dmap.c1271 ntype = XK_STR;
1349 case XK_STR:
H A Dread.c276 case XK_STR:
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dkey.h58 #define XK_STR 1 macro
H A Dkey.c47 * (XK_STR), editor functions (XK_CMD), or unix commands (XK_EXE).
166 * type of the match found (XK_STR, XK_CMD, or XK_EXE).
167 * Returns NULL in val.str and XK_STR for no match.
299 return (XK_STR);
333 case XK_STR:
348 case XK_STR:
435 case XK_STR:
571 case XK_STR:
575 ntype == XK_STR ? "\"\"" : "[]"));
H A Dread.c257 case XK_STR:
H A Dmap.c1260 ntype = XK_STR;
1338 case XK_STR:
/macosx-10.10/tcsh-65/tcsh/
H A Ded.xmap.c10 * into input strings (XK_STR), editor functions (XK_CMD), or
20 * type of the match found (XK_STR, XK_CMD, or XK_EXE).
21 * Returns NULL in val.str and XK_STR for no match.
207 return XK_STR;
267 case XK_STR:
284 case XK_STR:
400 case XK_STR:
553 case XK_STR:
557 p = unparsestring(&val->str, ntype == XK_STR ? STRQQ : STRBB);
H A Ded.h114 #define XK_STR 1 /* X-key was a string macro */ macro
H A Dtc.bind.c93 ntype = XK_STR;
185 case XK_STR:
H A Ded.inputl.c719 case XK_STR:

Completed in 255 milliseconds