Home
last modified time | relevance | path

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

/dragonfly/contrib/libedit/src/
H A Dhistedit.h75 #define CC_ARGHACK 3 macro
H A Demacs.c407 return CC_ARGHACK; in em_universal_argument()
421 return CC_ARGHACK; in em_meta_next()
H A Dcommon.c402 return CC_ARGHACK; in ed_digit()
429 return CC_ARGHACK; in ed_argument_digit()
H A Dread.c565 case CC_ARGHACK: /* Suggested by Rich Salz */ in el_wgets()
H A Dvi.c92 return CC_ARGHACK; in cv_action()
329 return CC_ARGHACK; in vi_replace_char()
/dragonfly/contrib/tcsh-6/
H A Ded.h90 #define CC_ARGHACK 12 macro
H A Ded.chared.c1536 return(CC_ARGHACK); in e_digit()
1576 return(CC_ARGHACK); in e_argdigit()
1586 return(CC_ARGHACK); in v_zero()
2981 return(CC_ARGHACK); /* Do NOT clear out argument */ in v_action()
3117 return(CC_ARGHACK); in e_argfour()
3151 return(CC_ARGHACK); /* preserve argument */ in e_metanext()
3160 return(CC_ARGHACK); /* preserve argument */ in e_extendnext()
H A Ded.inputl.c204 case CC_ARGHACK: /* Suggested by Rich Salz */ in Inputl()