Searched refs:hl (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/third_party/uapp/kilo/
H A Dkilo.c106 unsigned char *hl; /* Syntax highlight type for each character in render.*/ member in struct:erow
396 if (row->hl && row->rsize && row->hl[row->rsize-1] == HL_MLCOMMENT &&
402 /* Set every byte of row->hl (that corresponds to every character in the line)
405 row->hl = realloc(row->hl,row->rsize);
406 memset(row->hl,HL_NORMAL,row->rsize);
437 memset(row->hl+i,HL_COMMENT,row->size-i);
443 row->hl[i] = HL_MLCOMMENT;
445 row->hl[
542 editorSyntaxToColor(int hl) argument
937 unsigned char *hl = r->hl+E.coloff; local
[all...]
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/perlasm/
H A Dx86_64-xlate.pl354 elsif ($self->{value} =~ /^[a-d][hl]$/i){ $ret="b"; }

Completed in 19 milliseconds