Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/aic7xxx/aicasm/
Daicasm_scan.l116 char *yptr;
118 yptr = yytext;
119 while (*yptr != '\0') {
121 if (*yptr == '\t')
122 *yptr = ' ';
123 if (*yptr == ' '
126 yptr++;
128 *string_buf_ptr++ = *yptr++;
274 char *yptr;
276 yptr = yytext;
[all …]
Daicasm_macro_scan.l109 char *yptr; variable
111 yptr = mmtext;
112 while (*yptr)
113 *string_buf_ptr++ = *yptr++;