Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_macro_side_effects.c26 static struct position old_pos; variable
116 old_pos = expr->pos; in match_unop()
120 if (!positions_eq(old_pos, expr->pos)) in match_unop()
131 if (!positions_eq(old_pos, stmt->pos)) in match_stmt()
132 old_pos.line = 0; in match_stmt()
/illumos-gate/usr/src/boot/common/linenoise/
H A Dlinenoise.c578 size_t old_pos = l->pos; in linenoiseEditDeletePrevWord() local
585 diff = old_pos - l->pos; in linenoiseEditDeletePrevWord()
586 memmove(l->buf+l->pos,l->buf+old_pos,l->len-old_pos+1); in linenoiseEditDeletePrevWord()